﻿2026-07-22T04:22:54.0301010Z ##[group]Run actions/checkout@v5
2026-07-22T04:22:54.0301741Z with:
2026-07-22T04:22:54.0302069Z   fetch-depth: 2
2026-07-22T04:22:54.0302455Z   repository: BigscreenVR/spt-bs-core
2026-07-22T04:22:54.0305376Z   token: ***
2026-07-22T04:22:54.0305725Z   ssh-strict: true
2026-07-22T04:22:54.0306068Z   ssh-user: git
2026-07-22T04:22:54.0306424Z   persist-credentials: true
2026-07-22T04:22:54.0306833Z   clean: true
2026-07-22T04:22:54.0307190Z   sparse-checkout-cone-mode: true
2026-07-22T04:22:54.0307600Z   fetch-tags: false
2026-07-22T04:22:54.0307948Z   show-progress: true
2026-07-22T04:22:54.0308291Z   lfs: false
2026-07-22T04:22:54.0335788Z   submodules: false
2026-07-22T04:22:54.0336180Z   set-safe-directory: true
2026-07-22T04:22:54.0336590Z   allow-unsafe-pr-checkout: false
2026-07-22T04:22:54.0337343Z ##[endgroup]
2026-07-22T04:22:54.1144879Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T04:22:54.1146376Z ##[group]Getting Git version info
2026-07-22T04:22:54.1147034Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T04:22:54.1148003Z [command]/usr/bin/git version
2026-07-22T04:22:54.1148386Z git version 2.43.0
2026-07-22T04:22:54.1151034Z ##[endgroup]
2026-07-22T04:22:54.1161921Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/40f7ca73-a9e5-407d-b4fd-49ab15a5612b' before making global git config changes
2026-07-22T04:22:54.1163442Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T04:22:54.1164708Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T04:22:54.1199355Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T04:22:54.1219961Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T04:22:54.1229831Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T04:22:54.1232866Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T04:22:54.1250761Z HEAD
2026-07-22T04:22:54.1344192Z ##[endgroup]
2026-07-22T04:22:54.1346006Z [command]/usr/bin/git submodule status
2026-07-22T04:22:54.1530197Z ##[group]Cleaning the repository
2026-07-22T04:22:54.1532864Z [command]/usr/bin/git clean -ffdx
2026-07-22T04:22:54.1561705Z Removing traceable-reqs
2026-07-22T04:22:54.1568644Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T04:22:54.1619396Z HEAD is now at 309ea34b Merge d13ea276d9e2138e5d299f4d31f248ebaa7e65ee into 69a0e4fc6a268697925b0c77a56292b1d5993bcb
2026-07-22T04:22:54.1623761Z ##[endgroup]
2026-07-22T04:22:54.1625496Z ##[group]Disabling automatic garbage collection
2026-07-22T04:22:54.1628806Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T04:22:54.1653367Z ##[endgroup]
2026-07-22T04:22:54.1654021Z ##[group]Setting up auth
2026-07-22T04:22:54.1658702Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T04:22:54.1684782Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T04:22:54.1872362Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T04:22:54.1897751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T04:22:54.2112236Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T04:22:54.2138771Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T04:22:54.2317652Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T04:22:54.2347075Z ##[endgroup]
2026-07-22T04:22:54.2348154Z ##[group]Fetching the repository
2026-07-22T04:22:54.2354710Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +b68d5c3e7361351182ac186e4eb920eeb7bf5fa6:refs/remotes/origin/main
2026-07-22T04:22:54.7079621Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T04:22:54.7080694Z    69a0e4fc..b68d5c3e  b68d5c3e7361351182ac186e4eb920eeb7bf5fa6 -> origin/main
2026-07-22T04:22:54.7096796Z ##[endgroup]
2026-07-22T04:22:54.7097416Z ##[group]Determining the checkout info
2026-07-22T04:22:54.7099023Z ##[endgroup]
2026-07-22T04:22:54.7103484Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T04:22:54.7138668Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T04:22:54.7171537Z ##[group]Checking out the ref
2026-07-22T04:22:54.7172396Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T04:22:54.7270738Z Previous HEAD position was 309ea34b Merge d13ea276d9e2138e5d299f4d31f248ebaa7e65ee into 69a0e4fc6a268697925b0c77a56292b1d5993bcb
2026-07-22T04:22:54.7276743Z Switched to a new branch 'main'
2026-07-22T04:22:54.7277467Z branch 'main' set up to track 'origin/main'.
2026-07-22T04:22:54.7283259Z ##[endgroup]
2026-07-22T04:22:54.7316621Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T04:22:54.7339290Z b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
